From 4c2e53a46864b397fcb1447a1dc5164d3cf4d353 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 24 Jan 2012 00:41:26 -0500 Subject: [PATCH] Silence a compiler warning --- gtk/gtkimage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkimage.c b/gtk/gtkimage.c index 8551149bfd..34057c5b53 100644 --- a/gtk/gtkimage.c +++ b/gtk/gtkimage.c @@ -788,7 +788,7 @@ void gtk_image_set_from_resource (GtkImage *image, const gchar *resource_path) { - GdkPixbuf *pixbuf; + GdkPixbuf *pixbuf = NULL; GInputStream *stream; g_return_if_fail (GTK_IS_IMAGE (image)); -- 2.30.2